LogChannel.GetLongValue method

Gets a point's value and converts it to a long integer.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public long GetLongValue(
       int PointIndex
)
Public Function GetLongValue(
       PointIndex As Integer
) As Long

Parameters

PointIndex

Type: int

The index of a point.

Return value

Type: long

Returns a long integer.

See also

LogChannel Class

IntervalZero.KINGSTAR.Base.Class Namespace